home *** CD-ROM | disk | FTP | other *** search
/ Macromedia Multimedia Showcase 5.1 / Macromedia - Multimedia Showcase 5.1 (Macromedia) (1996).ISO / pc / media / shared.dir / 02011_Script_2011 < prev    next >
Text File  |  1996-03-28  |  367b  |  17 lines

  1. -- TIMEOUT frame script (END OF SCENE)
  2.  
  3. on exitFrame
  4.   global gNavObj
  5.   UpdateEvents(gNavObj)
  6.   UpdateRollover(gNavObj)
  7.   if not(the timingOut of gNavObj) then
  8.     StartTimeOut(gNavObj)
  9.     set the timingOut of gNavObj = true
  10.   end if
  11.   --
  12.   if TimeOutExpired(gNavObj) then
  13.     set the direction of gNavObj = #none
  14.   else
  15.     go the frame
  16.   end if
  17. end